Add: tests to CMakeLists.txt (#173)
authorAndreas-Schniertshauer <59561559+Andreas-Schniertshauer@users.noreply.github.com>
Wed, 19 Feb 2020 19:25:19 +0000 (20:25 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2020 19:25:19 +0000 (14:25 -0500)
commit47edf655b33fa3a07f9e91d1d1823e8e4a8de992
tree58e53df88e32cf87216dee6c0d09a84ff54716f8
parent20672dba69bf463be22f6c9c216d858c9d116bb6
Add: tests to CMakeLists.txt (#173)

* Add: tests to CMakeLists.txt

* Disable compilation of charwidth, graphemetest and normtest because of missing getline

* Refactoring: UTF8PROC_ENABLE_TESTING default Off, move tests that don't compile on windows to NOT MSVC section, add testing to appveyor.yml

* Add: testing to travis

* Changed: flag to WIN32 because MinGW has the same problem as MSVC

* Commented out graphemetest and normtest because they fail.

* Re-added: graphemetest and normtest added missing data to the path of the text files.

* Fix: last commit was party wrong normtest failed.

* * Commented out graphemetest and normtest because they fail, because in CMakeLists is missing building of data.
.travis.yml
CMakeLists.txt
appveyor.yml